object AboutBox: TAboutBox Left = 238 Top = 184 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 315 ClientWidth = 468 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 449 Height = 257 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Memo1: TMemo Left = 8 Top = 8 Width = 433 Height = 241 Color = clBackground Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( 'This is a simple example application that acts as either a ' 'server or a client and is intended to be started twice. One ' 'instance of the program becomes the server (Listen) and the ' 'other instance becomes the client (Connect). The program can ' 'either be started on seperate PCs that are both connected via' 'TCP/IP or on the same PC.' '' 'Once the two instances are started, Click '#39'Listen'#39' on one and ' #39'Connect'#39' on the other. The client can then send data to the ' 'listening server which echos the data back to the client.' '' 'This sample is intended only to demonstrate the SOCKETS' 'component and has no other practical use.') ParentFont = False TabOrder = 0 end end object OKButton: TBitBtn Left = 191 Top = 274 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end